home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / MESS / readme.1st < prev    next >
Encoding:
Text File  |  1998-06-17  |  9.5 KB  |  177 lines

  1.                     M.E.S.S.  -  Multi-Emulator Super System
  2.                       Copyright (C) 1998  by the MESS team
  3.                                   DOS/Windows
  4.  
  5. How to Contact Us
  6. -----------------
  7.  
  8. The current port maintainer for the DOS/Windows version is Mike Balfour
  9. (mab22@po.cwru.edu).  However, these responsibilities will be transferred
  10. shortly.
  11.  
  12. DON'T SEND BINARY ATTACHMENTS WITHOUT ASKING FIRST, *ESPECIALLY* ROM IMAGES.
  13.  
  14. THESE ARE NOT SUPPORT ADDRESSES. Support questions sent to these addresses
  15. *will* be ignored. Please understand that this is a *free* project, mostly
  16. targeted at experienced users. We don't have the resources to provide end user
  17. support. Basically, if you can't get the emulator to work, you are on your own.
  18. First of all, read the docs carefully. If you still can't find an answer to
  19. your question, try checking the beginner's sections that many emulation pages
  20. have, or ask on the appropriate Usenet newsgroups (e.g. comp.emulators.misc)
  21. or on the emulation message boards (e.g. http://www.escape.com/~ego/dave/console/).
  22.  
  23. Also, DO NOT SEND REQUESTS FOR NEW SYSTEMS TO ADD, unless you have some original
  24. info on the hardware or, even better, have the technical expertise needed to
  25. help us. Please don't send us information widely available on the Internet -
  26. we are perfectly capable of finding it ourselves, thank you.
  27.  
  28. Usage
  29. -----
  30.  
  31. MESS [system name] [image names] [options]
  32.  
  33. for example
  34.  
  35. MESS trs80_m3                         will run the TRS80 Model III with no images
  36. MESS nes zelda.nes                    will run Zelda on the Nintendo
  37. MESS coleco dkong.rom -soundcard 0    will run Donkey Kong on the Colecovision
  38.                                       without sound
  39. MESS trs80 boot.dsk arcade1.dsk       will run the TRS80 with two disks loaded
  40.  
  41.  
  42. options:
  43. -scanlines/-noscanlines (default: -scanlines)
  44.               if the default mode doesn't work with your monitor/video card
  45.               (double image/picture squashed vertically), use -noscanlines
  46.               or -vesa.
  47. -vesa/-novesa (default: -novesa)
  48.               Decides wether to use tweaked VGA modes or standard VESA modes.
  49.               Note that some hires games require VESA modes, -novesa is
  50.               ignored in this case.
  51. -ntsc         a 288x224 mode with standard NTSC frequencies. You need some
  52.               additional hardware (VGA2TV converter) to make use of this.
  53. -vesa1        discontinued. use -vesa
  54. -vesa2b       discontinued. use -vesa
  55. -vesa2l       discontinued. use -vesa
  56. -resolution XxY
  57.               where X and Y are width and height (ex: '-resolution 800x600')
  58.               MESS goes some lengths to autoselect a good resolution. You can
  59.               override MESS's choice with this option.
  60.               You can use -XxY (e.g. -800x600) as a shortcut. Frontend
  61.               authors are advised to use -resolution XxY, however.
  62. -320          discontinued. Use -320x240.
  63.               If you get an error '320x240 not supported', you probably
  64.               need Scitech's Display Doctor, which provides the 'de facto'
  65.               standard VESA implementaion (http://www.scitechsoft.com)
  66.               Note: this is a nice alternative to '-640x480 -noscanlines'
  67. -400          same as above, use -400x300
  68. -512          same as above, use -512x384
  69. -640          same as above, use -640x480
  70. -800          same as above, use -800x600.
  71. -1024         same as above, use -1024x768
  72. -skiplines N  since many games use a screen taller than 240 lines,
  73.               they won't fit in the screen. The parameter 'N' sets
  74.               the initial number of lines to skip at the top of
  75.               the screen. You can adjust the position while the game
  76.               is running using the PGUP and PGDN keys.
  77. -skipcolumns N same as above but moves the screen horizontally. This is rarely
  78.               used since the screen usually fits in the screen. To adjust the
  79.               position at run time, use SHIFT + PGUP/PGDN.
  80. -double/-nodouble (default: auto)
  81.               use nodouble to disable pixel doubling in VESA modes (faster,
  82.               but smaller picture). Use double to force pixel doubling when
  83.               the image doesn't fit in the screen (you'll have to use PGUP and
  84.               PGDN to scroll).
  85. -depth n      (default: 16)
  86.               Some games need 65k color modes to get accurate graphics. To
  87.               improve speed, you can turn that off using -depth 8, which limits
  88.               to the standard 256 color modes.
  89. -vgafreq n    where n can be 0 (default) 1, 2 or 3.
  90.               use different frequencies for the custom video modes. This
  91.               could reduce flicker, especially in the 224x288noscanlines
  92.               mode. WARNING: THE FREQUENCIES USED MIGHT BE WAY OUTSIDE OF
  93.               YOUR MONITOR RANGE, AND COULD EVEN DAMAGE IT. USE THESE OPTIONS
  94.               AT YOUR OWN RISK.
  95. -vsync/-novsync (default: -novsync)
  96.               syncronize video display with the video beam instead of using
  97.               the timer. This option can only be used if the selected video
  98.               mode has an appropriate refresh rate; MESS will otherwise refuse
  99.               to start, telling you the actual refresh rate of the video mode,
  100.               and the rate it should have.
  101.               If you are using a tweaked mode, MESS will try to automatically
  102.               pick the correct setting for -vgafreq; you can still override it
  103.               using the -vgafreq option. Note: the 224x288 noscanlines mode
  104.               doesn't work on most cards. This mode is used by many games,
  105.               e.g. Pac Man and Galaga. If it doesn't work on your card, either
  106.               use the scanlines version, or don't use -vsync.
  107.               If you are using a VESA mode you should use the program which
  108.               came with your video card to set the appropriate refresh rate.
  109.               Note that when this option is turned on, speed will NOT
  110.               downgrade nicely if your system is not fast enough (i.e.:
  111.               jerkier gameplay).
  112. -soundcard n  select sound card (if this is not specified, you will be asked
  113.               interactively)
  114. -sr n         set the audio sample rate. The default is 22050. Smaller values
  115.               (e.g. 11025) will cause lower audio quality but faster emulation
  116.               speed. Higher values (e.g. 44100) will cause higher audio quality
  117.               but slower emulation speed.
  118. -sb n         set the audio sample bits, either 8 or 16. The default is 8.
  119.               16 will increase quality with certain games, but decrease speed.
  120.               This is a software setting, not hardware. The sound card will
  121.               always be used in 16 bit mode, if possible.
  122. -joy n/-nojoy (default: -nojoy) allow joystick input, n can be:
  123.               0 - normal 2 button joystick
  124.               1 - CH Flightstick Pro
  125.               2 - Stick/Pad with 4 buttons
  126.               3 - Stick/Pad with 6 buttons
  127.               4 - dual joysticks
  128.               5 - Wingman Extreme (or Wingman Warrior without spinner)
  129.               Press F7 to calibrate the joystick. Calibration data will be
  130.               saved in mess.cfg. If you're using different joytypes for
  131.               different games, you may need to recalibrate your joystick
  132.               every time. When calibrating two analog joysticks, move
  133.               both at the same time!
  134. -fm/-nofm (default: -nofm) use the SoundBlaster OPL chip for music emulation
  135.               in some games. This is faster, but emulation is less faithful.
  136. -log          create a log of illegal memory accesses in ERROR.LOG
  137. -help, -?     display current mess version and copyright notice
  138. -list         display a list of currently supported games
  139. -listfull     display a list of game directory names + description
  140. -listdetails  display a detailed list of drivers and the hardware they use
  141. -mouse/-nomouse (default: -mouse) enable/disable mouse support
  142. -frameskip n  skip frames to speed up the emulation. For example, if the game
  143.               normally runs at 60 fps, "-frameskip 1" will make it run at 30
  144.               fps, and "-frameskip 2" at 20 fps. Use F11 to check the speed
  145.               your computer is actually reaching. If the game is too slow,
  146.               increase the frameskip value. Note that this setting can also
  147.               affect audio quality (some games sound better, others sound
  148.               worse).  Maximum value for frameskip is 3.
  149. -cheat        Cheats like the speedup in Pac Man or the level skip in many
  150.               other games are disabled by default. Use this switch to turn
  151.               them on.
  152. -debug        Activate the integrated debugger. During the emulation, press
  153.               tilde to enter the debugger.
  154. -record name   Record joystick input on file INP/name.inp.
  155. -playback name Playback joystick input from file INP/name.inp.
  156. -savecfg      no longer supported at the moment
  157. -ignorecfg    ignore mess.cfg and start with the default settings
  158.  
  159.  
  160. The following keys work in all emulators:
  161. Tab          Enter configuration menu. Press Tab or Esc to get back to the
  162.              emulation.
  163. P            Pause
  164. F3           Reset
  165. F4           Show the game graphics. Use cursor keys to change set/color,
  166.              F4 or Esc to return to the emulation.
  167. F7           Calibrate the joystick
  168. F8           Change frame skip on the fly (60, 30, 20, or 15)
  169. F10          Toggle speed throttling
  170. F11          Toggle speed display
  171. F12          Save a screen snapshot. The default target directory is PCX, you
  172.              have to create it yourself, it will not be created by the program
  173.              if it isn't there.
  174. numpad +/-   Volume adjust
  175. left shift + numpad +/- Gamma correction adjust
  176. ESC          Exit emulator
  177.